home *** CD-ROM | disk | FTP | other *** search
/ Commodore 64 Scene Diskmags Assortment / Mega_magazine_1_19xx_Venturi.d64 / kurs lekcja 01 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  606b  |  21 lines

  1. 1 rem *** kurs czesc 01 ***
  2. 2 print chr$(147)
  3. 3 print"1.key (nr klawisza),(ciag)[146]"
  4. 4 print"
  5. 5 [153]"instrukcja ta przypisuje klawiszom funk-cyjmym polecenie lub ciag zn";
  6. 6 [153]"akow.naprzy-k\ad :"
  7. 7 [153]
  8. 8 [153]"key 1,"[170][199](34)[170]"list"[170][199](34)[170]"+chr$(13)
  9. 9 print"key 3,"+chr$(34)+"run"+chr$(34)+"+chr$(13)
  10. 10 DT 1,"list"[170][199](13)
  11. 11 DT 3,"run"[170][199](13)
  12. 12 [153]
  13. 13 [153]"kod chr$(13) powoduje automatyczne wyk-
  14. 14 print"onanie ciagu znakow lub polecenia"
  15. 15 print"sprobuj wcisnac teraz klawisz f1 lub f3
  16. 16 [153]
  17. 17 [153]"f1 - wylistuje listing programu
  18. 18 print"f3 - powoduje uruchomienie programu
  19. 19 [153]
  20. 20 [153]"----------------------------------------"
  21.